body {
	font-family: "Roboto";
	background: #F6F6F6;
	padding-top: 53px;
}

.navbar {
    height: 70px;
    background: #F6F6F6;
    border: transparent;
    border-top: 3px solid #fff;
    box-shadow: 1px 1px 9px rgba(30, 40, 34, .3);
    padding: 8px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #F6F6F6;
    background: #F6F6F6;
}
.login-page-heading {
color: #000;
font-weight: 700;
text-align: center;
margin: 50px 0 10px;
text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.login-page-description {
color: #000;
text-align: center;
text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
margin: 0 0 40px;
}
.panel-options .total-price {
color: #444;
font-size: 32px;
line-height: 34px;
margin: 0 0 3px;
}

/*Remove mva visible in shopping-cart*/
/*start*/
[id$="_CartTotalVAT"]{
	display: none !important;
}
[class*=" cart-vat"] {
	display: none !important;
}

/*end*/

 .jumbotron h1 {
color: #000;
}


.navbar .navbar-nav > li > a {
	font-size: 16px;
	color: #444;
	transition: all 0.3s ease;
}

.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #52656d;
}

.navbar-collapse {
	background: #fff;
}

.navbar .navbar-toggle {
	border-color: transparent;
	color: #52656d;
	order: 2;
	margin-right: 10px;
	background: #eee !important;
}

.k-menu-link-text {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex: 1 1 auto;
font-weight: 100;
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
}

.k-state-hover {
    color: white !important;
    background: #006d00 !important;
}

.k-first.k-last {
	border-width: 0 !important;
	background-color: #444;
}

.k-animation-container .k-link:hover {
	color:  #fff;
	background: #444;
}

.k-image {
	max-width: 0px;
}


a:hover {
    color: #535353;
}

a {
	color: #242424;
}

.jumbotron-inner {
    background-color: transparent;
    background-image: none;
    padding: 90px 0;
}

.jumbotron {
background-color: #fff;
}

.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: transparent;
    color: #333;
    font-weight: 700;
    border-radius: 6px;
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover, .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
    background: #ffffff;
}

.navbar-search {
	background: #fff;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 7px;
}

.navbar-default .btn-link {
	color: #444;
}
.btn-link {
    color: #242424;
    border-radius: 0;
}

.panel-product-image {
	margin: 12px auto 10px;
	display: block;
	height: 165px;
	border: transparent;
	transition: all 0.3s ease;
}
.panel-product-heading {
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    max-height: 42px;
    overflow: hidden;
    margin: 0 0 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.6);
    box-shadow: 0px 0px 0px rgba(0,0,0,.0);
}

.panel-product .panel-body {
	padding: 0;
	overflow: hidden;
	background: #fff;
}


.panel-body prodlink {
	background: #fff;
}

.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	background: #eee;
	border-top: 1px solid #ddd;
}

.webshop-products {
	width: 100%;
	display: table;
	background: #eee;
	border: 1px solid #ddd
}
.panel-body {
	background: #eee;
	border: 1px solid #aaa
	
}

.panel-product-text {
	font-size: 12px;
	color: #888;
	margin-top:6px;
	text-align: center;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
}

.cart-row {
	padding: 12px 15px;
	border-bottom: 1px solid #ddd;
	background: #eee;
}

.btn-primary {
    background: #151515 !important;
    border-color: #151515 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #52656d;
}

.k-state-active {
    color: #fff !important;
    background: ##242424 !important;
}

.k-animation-container li.k-state-border-down {
	background-color: ##242424 !important;
}

.fa-search:before {
	content: "\f002";
	color: ##242424;
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover, .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
    background: #bebebe;
    color: #444;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #444;
}

#impleomenu-cat {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
    background-color: transparent;
    border-width: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 20px 0;
    border-top: 1px solid #221f1f;
    background: #F6F6F6;
}

.footer-contact {
    float: left;
    color: #221f1f;
}

.footer-links {
    float: left;
    color: #221f1f;
}

.k-menu .k-state-default .k-state-border-down  {
    box-shadow: inset 0 3px 8px rgba(0,0,0,0);
}
.k-menu:not(.k-context-menu) .k-link {
	color: #fff;
}

.k-menu:not(.k-context-menu) .k-link {
	color: #444;
	background: #F6F6F6;
}

.k-animation-container li {
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fff;
	font-weight: bold;
}
.checkout-page-content .panel-heading {
    padding: 15px;
    background: #444;
}.checkout-page-content .panel-title {
    font-weight: bold;
    color: #fff;
}
.section-products {
    background: whitesmoke;
    border-bottom: transparent;
}
.section-breadcrumbs {
	background: whitesmoke;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	line-height: 40px;
}

.section-breadcrumbs a:before {
	border-left-color: #aaa;
	right: -20px;
}

.section-breadcrumbs a:after {
	border-left-color: whitesmoke;
	right: -19px;
}

.btn-success {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-success:active:hover {
	color: rgb(255, 255, 255);
	background-color: #aaa;
	border-top-color: #aaa;
}

.btn-success:hover {
	color: rgb(255, 255, 255);
	background-color: #aaa;
	border-top-color: #aaa;
}
.panel-preview-price {
color: #444;
}

.text-success {
	color: #444!important;
}

.panel-preview-buttons > .btn:hover {
	color: #444;
}

.dropdown-menu > li > a {
	color: #444;
}

.panel-preview-buttons.open .dropdown-toggle {
	color: #444;
}

.navbar .navbar-nav > .open > a {
	
color: white !important;

	background: #52656d !important;

}

.dropdown-menu {
border: 0px solid rgba(0,0,0,.0);
}

.searchprodrow {
border: none;
}

.combo_search .rcbItem.rcbTemplate:hover {
background-color: #eee;
cursor: pointer;
}

.panel-product:hover .panel-product-image {
filter: drop-shadow(3px 3px 5px #666);
-webkit-filter: drop-shadow(4px 4px 6px #666);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.prodnews {
color: #fff;
padding: 10px 15px;
font-size: 12px;
margin-bottom: 9px;
border-radius: 4px 4px 0 0;
background: #444;
}
.col-md-2 {
width: 20%;
}
.ctl00_MC_PH_pnl_CartVAT {
visibility: hidden;
}
.panel-preview-large a.panel-preview-img {
outline: none !important;
position: relative;
width: 40%;
z-index: 99;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
margin: 0 auto;
display: inline-block;
cursor: zoom-in;
}
.catAll {
    color: #000;
}
